home *** CD-ROM | disk | FTP | other *** search
/ Nebula 2 / Nebula Two.iso / Apps / ScreenSavers / BackSpaceViews / RandomWordsView.BackModule / RandomWords.nib / data.classes next >
Text File  |  1995-06-12  |  1KB  |  50 lines

  1. BackView = {OUTLETS = {image = image; }; SUPERCLASS = View; };
  2. RandomWordsView = {
  3.     ACTIONS = {
  4.     "chooseWordColor:" = "chooseWordColor:"; 
  5.     "chooseWordFile:" = "chooseWordFile:"; 
  6.     "inspector:" = "inspector:"; 
  7.     "setWordColor:" = "setWordColor:"; 
  8.     "setWordFile:" = "setWordFile:"; 
  9.     "setWordFont:" = "setWordFont:"; 
  10.     "showInspector:" = "showInspector:"; 
  11.     "stepSliderAction:" = "stepSliderAction:"; 
  12.     "toggleImage:" = "toggleImage:"; 
  13.     }; 
  14.     OUTLETS = {
  15.     fileField = fileField; 
  16.     inspectorButton = inspectorButton; 
  17.     inspectorPanel = inspectorPanel; 
  18.     myColorWell = myColorWell; 
  19.     myFontField = myFontField; 
  20.     myTextField = myTextField; 
  21.     randomSwitch = randomSwitch; 
  22.     realInspector = realInspector; 
  23.     steptimeField = steptimeField; 
  24.     steptimeSlider = steptimeSlider; 
  25.     theFontManager = theFontManager; 
  26.     }; 
  27.     SUPERCLASS = BackView; 
  28. };
  29. FlippyFloppyView = {
  30.     ACTIONS = {
  31.     "changeFont:" = "changeFont:"; 
  32.     "inspector:" = "inspector:"; 
  33.     "setFlippyText:" = "setFlippyText:"; 
  34.     "setFloppyFont:" = "setFloppyFont:"; 
  35.     "setHyperness:" = "setHyperness:"; 
  36.     }; 
  37.     OUTLETS = {
  38.     flippyFloppyButton = flippyFloppyButton; 
  39.     fontNameDisplay = fontNameDisplay; 
  40.     hyperSlider = hyperSlider; 
  41.     hypernessField = hypernessField; 
  42.     inspectorPanel = inspectorPanel; 
  43.     setFontButton = setFontButton; 
  44.     textFont = textFont; 
  45.     textPanel = textPanel; 
  46.     }; 
  47.     SUPERCLASS = View; 
  48. };
  49. FirstResponder = {ACTIONS = {}; SUPERCLASS = Object; };
  50.